﻿
////////////////////////////////////////////////////////////////////////////////
First of all, a big thanks to all translators! You are doing a great job.
////////////////////////////////////////////////////////////////////////////////

Free Color Picker
https://www.pazera-software.com/products/free-color-picker/


Tips

  1. All language files must be placed in the "lang" directory.

  2. Encoding of language files: UTF-8 with BOM.

  3. The current translation can be changed in the program options (F8).

  4. To reload the translation from the currently selected language file, press Ctrl+Shift+F12

  5. Closing the program by pressing Esc: in the configuration file "FreeColorPicker.ini", in the [MAIN] section add line: EscExit=1

  6. To display filter controls: open Color Palette Editor (Ctrl+Shift+E) and click button with the filter symbol on the toolbar (or press Ctrl+Shift+F).

  7. The string "MAIN.LastCapturedColor" is displayed when the main window is collapsed (press F11).


--------------------------------------------------------------------------------

CHANGES

--------------------------------------------------------------------------------
Version 1.1 -> 1.2

New strings:

  MAIN
    actShowHidePalette.Caption

  Options
    chColorRectangle_AutoColor.Caption
    cswColorRectangle_BorderColor.BoundLabel.Caption

Renamed keys:

  PaletteEditor
    edFilter_Name.EditLabel.Caption -> edFilter_Name.BoundLabel.Caption

  EditColorName
    edColorName.EditLabel.Caption -> edColorName.BoundLabel.Caption

--------------------------------------------------------------------------------
Version 1.0 -> 1.1

New strings:

  MAIN

    actShowHideColorCodesPanel.Caption
    actShowHideBottomPanel.Caption
    actSetSize_Small.Caption
    actSetSize_Medium.Caption
    actSetSize_Large.Caption
    OpenPictureDialog_Title
    SavePictureDialog_Title
    DialogFilter_AllSupported
    DialogFilter_PNG
    DialogFilter_JPG
    DialogFilter_GIF
    DialogFilter_BMP
    HSL_Hue
    HSL_Sat
    HSL_Lum
    CMYK_Cyan
    CMYK_Magenta
    CMYK_Yellow
    CMYK_Black


  Options

    lblResampler.Caption
    lblPixelIndicator.Caption
    PixelIndicator_Square
    PixelIndicator_SmallCross
    PixelIndicator_MediumCross
    PixelIndicator_FullCross
    cswPixelIndicator.BoundLabel.Caption
    chHtmlExport_AddJson.Caption
    actCreateDesktopShortcut.Caption


  PaletteEditor

    Columns

    actShowHideFilterPanel.Caption
    actShowHideFilterPanel.Hint
    actFilterList.Caption
    actDisableFilter.Hint
    actDisableFilter.Caption
    dlblFilter_Stats_All.Caption
    dlblFilter_Stats_Visible.Caption
    dlblFilter_Stats_Hidden.Caption
    chFilter_ColorName.Caption
    edFilter_Name.EditLabel.Caption
    lblFilter_WildcardsTip.Caption
    lblFilter_WildcardsTip.Hint


  RandomColors

    LockUnlockRange

    btnPresets_Rgb.Caption
    btnPresets_HslCss_Pastels.Caption
    btnPresets_HslCss_Intensive.Caption
    btnPresets_HslCss_Dark.Caption
    btnPresets_HslCss_Light.Caption
    btnPresets_HslCss_Grayscale.Caption

    actPreset_HslCss_Pastels_RedLight.Caption
    actPreset_HslCss_Pastels_GreenLight.Caption
    actPreset_HslCss_Pastels_BlueLight.Caption
    actPreset_HslCss_Pastels_YellowLight.Caption
    actPreset_HslCss_Pastels_CyanLight.Caption
    actPreset_HslCss_Pastels_VioletLight.Caption
    actPreset_HslCss_Pastels_PinkLight.Caption

    actPreset_HslCss_Pastels_RedDark.Caption
    actPreset_HslCss_Pastels_GreenDark.Caption
    actPreset_HslCss_Pastels_BlueDark.Caption
    actPreset_HslCss_Pastels_YellowDark.Caption
    actPreset_HslCss_Pastels_CyanDark.Caption
    actPreset_HslCss_Pastels_VioletDark.Caption
    actPreset_HslCss_Pastels_PinkDark.Caption

    actPreset_HslCss_Intensive_Red.Caption
    actPreset_HslCss_Intensive_Green.Caption
    actPreset_HslCss_Intensive_Blue.Caption
    actPreset_HslCss_Intensive_Yellow.Caption
    actPreset_HslCss_Intensive_Cyan.Caption
    actPreset_HslCss_Intensive_Violet.Caption
    actPreset_HslCss_Intensive_Pink.Caption

    actPreset_HslCss_Dark_Red.Caption
    actPreset_HslCss_Dark_Green.Caption
    actPreset_HslCss_Dark_Blue.Caption
    actPreset_HslCss_Dark_Yellow.Caption
    actPreset_HslCss_Dark_Cyan.Caption
    actPreset_HslCss_Dark_Violet.Caption
    actPreset_HslCss_Dark_Pink.Caption

    actPreset_HslCss_Light_Red.Caption
    actPreset_HslCss_Light_Green.Caption
    actPreset_HslCss_Light_Blue.Caption
    actPreset_HslCss_Light_Yellow.Caption
    actPreset_HslCss_Light_Cyan.Caption
    actPreset_HslCss_Light_Violet.Caption
    actPreset_HslCss_Light_Pink.Caption

    actPreset_HslCss_Grayscale_VeryDark.Caption
    actPreset_HslCss_Grayscale_Dark.Caption
    actPreset_HslCss_Grayscale_Medium.Caption
    actPreset_HslCss_Grayscale_Light.Caption
    actPreset_HslCss_Grayscale_VeryLight.Caption

    actPreset_Rgb_VeryDark.Caption
    actPreset_Rgb_Dark.Caption
    actPreset_Rgb_Medium.Caption
    actPreset_Rgb_Light.Caption
    actPreset_Rgb_VeryLight.Caption


--------------------------------------------------------------------------------
Version 1.0

Initial release.
